libostree: Expose $OSTREE_FEATURES in the pkg-config file
authorPhilip Withnall <withnall@endlessm.com>
Mon, 8 May 2017 15:14:50 +0000 (16:14 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 8 May 2017 18:48:07 +0000 (18:48 +0000)
This allows consumers of libostree to check at configure time whether it
supports the feature they want.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Closes: #832
Approved by: cgwalters

src/libostree/ostree-1.pc.in

index d777c59730771ac49232be5864262d7715c33535..9a4debcee719593698531b083645a6ea5767336e 100644 (file)
@@ -2,6 +2,7 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
+features=@OSTREE_FEATURES@
 
 Name: OSTree
 Description: Git for operating system binaries